GUI Help > Special > getListViewItemText

getListViewItemText
str text=(getListViewItemText(handle gadget, int item)

Description:
Retrieves the text of an item in a listview gadget.

Return Value:
See Above

Parameters:
gadget Handle of a listview gadget
item Zero-based index of the item whoose text you wish to retrieve.
Remarks:


See Also:


Example:
(Note: You will need to include the GUI constants file for this example to work)